Search results for

build disappears

49,250 results found

Post

Replies

Boosts

Views

Activity

Some iPhone can't make or receive calls after MDM handshaking.
We got a problem that some iPhone can't make or receive calls after MDM profile installation.Proceeds in the following order:1. Call to this iPhone from another phone and connection established.2. Send MDM Push and mdmd started.3. We can see the Springboard warning. (which is not shown in normal iPhone (marked bold in the Logs below))4. MDM handshaking finished and mdmd stopped.5. Disconnect phone call.6. Try to make a phone call or receive a phone call again. but outgoing or receiving screen is not appeared.This problem disappears after reboot the device.Anyone seeing similar issue please comment, thank you.Logs:-----------------------------------------------------------------------------------------------------------------------------Jun 15 11:11:01 ChoiHo mdmd[1188] <Notice>: (Note ) MDM: mdmd starting...Jun 15 11:11:01 ChoiHo mdmd[1188] <Notice>: (Note ) MDM: Network reachability has changed.Jun 15 11:11:01 ChoiHo mdmd[1188] <Notice>: (Note ) MDM: Network reachability has change
0
0
758
Jun ’15
Test code coverage generation on iOS 8.2 device?
I'm trying to grab and view code coverage withXcode 7 beta and iOS 9 SDKiOS 8.2 deviceSceme set to gather coverage data for 'Test'Set Yes to Generate Debug Symbols, Generate Test Coverage Files, and Use Optimization Profile in Build Settings for the Test Target of my sample app.If I run Unit Tests, not UI Tests that supported only from iOS 9, and get the following error from Xcode console:dyld: could not load inserted library '/private/var/mobile/Containers/Data/Application/7A78583D-E542-48B4-8DD6-F9A061FCE1E6/tmp/IDEBundleInjection.framework/IDEBundleInjection' because no suitable image found. Did find: /private/var/mobile/Containers/Data/Application/7A78583D-E542-48B4-8DD6-F9A061FCE1E6/tmp/IDEBundleInjection.framework/IDEBundleInjection: mmap() error 1 at address=0x1000A8000, size=0x00008000 segment=__TEXT in Segment::map() mapping /private/var/mobile/Containers/Data/Application/7A78583D-E542-48B4-8DD6-F9A061FCE1E6/tmp/IDEBundleInjection.framework/IDEBundleInjection*** Test operation was canceled.
4
0
1.5k
Jun ’15
Xcode Server Sigining Product
I am not being able to sign my Product. It stucks in step 6 when running my continuous integration. Actually there is also another weird thing happenning.In OS X Server Xcode preferences pane I added my developer account to enable Xcode Server sign my .ipa file. But in OS X Server Logs I saw something like thisJun 15 10:26:05 blabla.com.tr xcscontrol[961]: DeveloperPortal: Completed request 8331BF8B-EA0B-4C99-987F-8F3E9ECCED62 (failure): { DTDK_Platform = ios; creationTimestamp = 2015-06-15T07:23:44Z; httpCode = 200; protocolVersion = QH65B2; requestId = 8331BF8B-EA0B-4C99-987F-8F3E9ECCED62; requestUrl = https://developerservices1.apple.com/services/QH65B2/ios/downloadTeamProvisioningProfile.action; responseId = 5544ef83-0af3-441f-acf7-ea931331f3a5; resultCode = 3170; resultString = No team member found for teamId 'TEAMID_XXXX' and teamClientUid 'CLIENTUID_XXX'; teamId = TEAMID_XXXX; userLocale = en_US; userString = Unable to find a team with the given Team ID 'XXX.XXX.XXX' to which you belong. Please contact
9
0
3.2k
Jun ’15
Reply to Can't build and run watchOS 2
Some additional information from doing some experiments at the weekend:I can build and run the iOS app containing the watchappI can use the Apple Watch app on iOS 9 to then add the app to the watchAfter sending the app to the watch I'm able to launch and run manually (via watch UI)I still cannot build and run or debug via XcodeThere also don't seem to be any options to attach to an already running watch appI am however able to build, run and debug watchos 1 apps on the deviceEverything pretty much works when using the simulatorJudging by the fact nobody else seems to be able to debug on device, I'm guessing we need to wait for the next beta 😟Any Apple engineers about who can gives us some pointers?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Sending IOS Push Notifications from Server
Dear Support Team,Kindly note that I am building an IOS application that support push notification, my app is now in the store under name إتحاد بلديات جبل عامل, and it's ready to receive notifications..My issue is when I'm sending push notification using my macbook it's successfully received, but when I am putting the same files on the server and trying to send notification using server it failsMy hosting support team say that APNS ports (2195 & 2196) are open.Kindly note that the response we get when trying to send push notification from server is:Failed to connect: 110 Connection timed outI can send you my files to check if the problem is from my side.Please provide me with a solution to solve my issue.Thanks in advance,Taleb Atoui
1
0
662
Jun ’15
c function is used in .mm file
I use c function in .mm file. and project link error. the error information is c function symbel can no be found in xxx.o.the code is this, as follow:in test.h and test.m file define c function.for example, void cfunction(); in test.hvoid cfunction() in test.m{ printf(hello worldn);}I use cfunction in oc class in octest.h octest.mfor excample,@implement octest- (void)ocprintfunction{ cfunction();}@endif octest.m file, build and link is ok and project run nomarlly.if i modify octest.m to octest.mm, link is error. and error infomation is cfunction symbol can no be found in octest.oif somebody know how to fix this issue , please tell me。I find a method to fix this issue. c function must define in .cpp
0
0
196
Jun ’15
New Search APIs
Hello,Has anybody been able to get their indexed search items to show up in the new iOS 9 search page? I'm building up my search index using the NSUserActivity using the following steps.1. Create NSUserActivity object. I'm using the reverse DNS name to make the index unique.2. Set the title and keyword properties on the NSUserActivity object. I didn't set the contentAttributes proeprty yet since I wasn't able to find the contentAttribute properties in the iOS 9 documents.3. Set the eligibleForSearch, eligibleForPublicIndex and eligibleForHandoff properties to true on the NSUserActivity object4. Called the becomeCurrent method on the NSUserActivity object.5. Closed the application and went to the new Search page in iOS 9. When I typed the title of the index in step #2 nothing was found.Thanks in advanced!
9
0
1.4k
Jun ’15
Testflight Crash Reports only for live apps?
We are using pre-release build tsting via Testflight. Though the app crashes, I am not getting any Crash Reports in Xcode. Is this normal? Strangely, I did get a handful of crash reports with the first release, but none since.Furthermore, Apple support says that Testflight does not send reports for prerelease builds - only for live apps in the store. But this makes no sense to me, so I wanted to see if this is the case for everyone or just for me (not getting reports for apps you're beta testing). What's the point of Testlfight if you don't get any crash reports? You can use Ad Hoc builds to get the app into testers' hands...
26
0
12k
Jun ’15
Reply to Can't archive app: "Command failed due to signal: Abort trap: 6"
If possible, please file a bug for this issue and attach the project which is causing the crash.If you are unable to attach the full project, please look at the build log and try to determine exactly what command is crashing with the Abort 6 message. If it is the compiler, you should be able to open the source file which is crashing, then use Product > Perform Action > Preprocess ... to generate a preprocessed source file which can be attached to the bug and used by us to isolate the crash.
Jun ’15
Will Xcode 7 exit beta before iOS 9 is released?
Working on a new app not in the app store targeting iOS 8. We're building it with Swift 1.2, and am interested in migrating to Swift 2 to take advantage of some of the newer features of the language. However, we're hoping to release to the app store before Fall. Is Xcode 7 going to stay in beta until iOS 9 is released in the Fall, or is it likely to exit beta before then?
2
0
483
Jun ’15
Accept license agreement?
I'm trying to install Server on my 10.11 beta machine, and connect it up to Xcode 7 beta so I can use it as a build server. Xcode 7 and Server each open just fine. However when I try to point Servrer at Xcod 7 beta it won't connect with it. I get an error message asking me to open Xcode 7 and accept the licence agreement...which I did.)It's similar to this issue (https://discussions.apple.com/thread/6582858), but that solution didn't work. Any hints at how I can resolve this deadlock so I can move on and setup my build server?
7
0
1.3k
Jun ’15
Reply to Watchkit app hangs (spins forever) - activePlugInForIdentifier: returned nil for application
Update:I've stripped down the application to a single page with a label. No assets. No network requests.Again, it launches fine with local builds and spins forever and eventually crashes with enterprise builds.I checked out the logs and sure enough there is an error:Hub connection error Error Domain=NSCocoaErrorDomain Code=4097 The operation couldn’t be completed. (Cocoa error 4097.) (connection to service named com.XXX.watchkitextension) <Notice>: (Error) WatchKit: <SPCompanionAppServer.m __51-[SPCompanionAppServer sendToRemoteInterface:call:]_block_invoke519:914> activePlugInForIdentifier: returned nil for application com.XXX.watchkitappI've googled the error code quite a bit but nothing concrete has surfaced.Anyone @ Apple have any idea of what is going on?
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Xcode 7 causing problems in Xcode 6?
I installed the first Xcode 7 beta, and installed the command line tools. Now, I'm getting test failures for tests that pass on my build server (on which I didn't install the beta), and compiler warnings I didn't used to get. I've tried deleting the build folder repeatedly, and I've trashed the beta, but it doesn't make a difference.What can I do to troubleshoot this and get it working again?
3
0
1.1k
Jun ’15