Questions tagged [xcode7.2]

Related to the specific version of the Apple's IDE, Xcode 7.2. It was released on December 8, 2015.

144 questions
71
votes
19 answers

Xcode 7.2: In “Archive”: Getting the issue: “Cordova/CDVViewController.h’ file not found ”. While there is no such issues in building the app

In iOS, I update 7.2. I'm able to build my existing project to my device with no problem. When it came time to archive the project to prepare for submission to the app store, however, I'm getting a build error - Cordova/CDVViewController.h file not…
Adisheshu RY
  • 873
  • 1
  • 7
  • 10
43
votes
13 answers

attempted to initialize an object with an unknown UUID

I have taken SVN check-in for a project. Thereafter I have installed pod via terminal. After installation of pod there are few warning stating attempted to initialise an object with an unknown UUID. What…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
36
votes
3 answers

Storyboard Entry Point Missing

In xcode 7.2 there is no Storyboard Entry Point item in the Object List. I need to use Storyboard Entry Point , I couldn't find any similar problem by google searches so can anyone help me here.
Serhat Yigit
  • 361
  • 1
  • 3
  • 4
20
votes
9 answers

why Xcode 7.2 crash 'Could not instantiate class named IBNSLayoutConstraint'?

*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named IBNSLayoutConstraint' I just update Xcode to 7.2 then i start to check is everything alright. but I have this…
ali
  • 481
  • 5
  • 15
18
votes
6 answers

code sign wants to sign using key - Doesn't allow or always allow but deny works

I'm trying to build and archive the application. After compiling, an alert window appears requesting the "codesign wants to sign using key "my account Name" in your keychain" and the buttons Always Allow, Deny and Allow, when i press Always allow or…
iReddy
  • 467
  • 1
  • 5
  • 12
17
votes
2 answers

Xcode "Message from debugger: got unexpected response to k packet: OK"

I got this message when testing my app on simulator: Message from debugger: got unexpected response to k packet: OK What does it mean and is my app in any sort of danger? Using Xcode 6.4 & 7.2
noobsmcgoobs
  • 2,716
  • 5
  • 32
  • 52
14
votes
3 answers

XCUITesting for permission popup: alert appears, but UIInterruptionMonitor does not fire

I would like to write a test like so: When my app goes to a certain pane, it should request permission to use the camera. I want to test whether or not the pane appears. I am using XC's builtin UITest framework to do this. Per what I found on google…
qqq
  • 1,360
  • 1
  • 9
  • 24
13
votes
2 answers

Cannot build for simulator with iphonesimulator9.2

I am facing weird errors when trying to build my project for the simulator with xcodebuild (It works fine when building directly with Xcode). 09:54:55 - tito@lt0311 Game> xcrun xcodebuild -verbose -scheme Game -configuration Debug -sdk iphoneos9.2…
Titouan de Bailleul
  • 12,920
  • 11
  • 66
  • 121
7
votes
4 answers

Preview in Xcode not showing images from assets library

the second image view's image is taken from asset library as you can see it is not referencing images from assets library but taking from the image file included in the project I am using Xcode 7.2
Subhajit Halder
  • 1,427
  • 13
  • 21
6
votes
2 answers

Processing failed in itunesconnect

I had archieved the xcode project and uploaded it into itunes connect. This is 5 time uploading, for internal testing. It shows the following error I don't have any idea that why the error are showing, i'm using Xcode 7.2 . Can any one help to…
Mahalakshmi.J
  • 189
  • 2
  • 14
6
votes
2 answers

ld:Framework not found for architecture i386

I am trying to test a method in my framework, and I wrote a simple test case. But it fails to execute , and xcode gives me the error: ld: framework not found V***ments for architecture i386 clang: error: linker command failed with exit code 1 (use…
Teja Nandamuri
  • 11,045
  • 6
  • 57
  • 109
5
votes
9 answers

Can't install application error while installing in device

XXXXXX.app cannot be installed on [DEVICE NAME] XXXXX.app requires the “” capability which is not supported by [DEVICE NAME I got this error while try to install in device, any one ever faced same situation ? I am using Xcode 7.2
Prashant Tukadiya
  • 15,838
  • 4
  • 62
  • 98
5
votes
3 answers

Realm = RLMRealm' has no member 'setDefaultRealmPath'

I have added the Realm.framework and RealSwift.framework to a project. and "import Realm" though I'm getting this error: RLMRealm' has no member 'setDefaultRealmPath' let directory: NSURL =…
uplearned.com
  • 3,393
  • 5
  • 44
  • 59
4
votes
2 answers

How to keep XMPP connection alive in the IOS App when app in background?

I have create basic chat app with XMPP Server in swift 2 (from this tutorial: http://shubhank101.github.io/iOSAndroidChaosOverFlow/2016/08/Chat-Application-Using-XMPP-Swift-Tutorial). My app is working good. but when my app went into background then…
Rajinder
  • 1,131
  • 1
  • 14
  • 29
4
votes
2 answers

Google Drive GTL framework, dyld: Library not loaded: @loader_path/../Frameworks/GTL.framework/GTL

I have an app called Tripla which can sync data via Google Drive for iOS 8- devices. However, it got crash when synchronizing data on iOS 9 devices. Therefore, I tried to upgrade the Google frameworks by the latest library and follow the tutorial…
Exile3daime
  • 611
  • 6
  • 18
1
2 3
9 10