Related to the specific version of the Apple's IDE, Xcode 7.2. It was released on December 8, 2015.
Questions tagged [xcode7.2]
144 questions
2
votes
1 answer
dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire error on device iOS 9 , not able to compile
I am using "Google analytics " SDK for iOS. The sdk forced me to set Enable bitcode from Yes to NO
When I disabled bitcode I was getting compiling error on my device (iOS 9) buut not on simulator dyld: Library not loaded:…

Ankush
- 2,405
- 3
- 22
- 45
2
votes
1 answer
The Memory has been Increasing in WKWebView
In my app, I load the interactive meeting URL on wkWebView, but I've noticed that the allocated memory has been gradually increasing.
When the app starts, memory is around 22 MB, but memory increases by the second.
How can I stop my memory from…

Krishna Arelli
- 21
- 1
2
votes
2 answers
Swift 2.1 : Getting error while extends NSObject
I had created the sample application for testing the failable initializers. When I extends the NSObject then I am getting the below error.
1) Property 'self.userName' not initialized at super.init call. 2)
Immutable value 'self.userDetails' may…

Ramkrishna Sharma
- 6,961
- 3
- 42
- 51
2
votes
1 answer
Watch-kit : adding "Notifications Scene" to existing watchkit app ios
I have created an iOS app then i added new Watch-kit app target
without notifications scene.
Previously i did not need to show notifications.But now i want to
add notifications scene also.i want to add "Notifications
Scene" in my existing…

Logic
- 705
- 1
- 9
- 27
2
votes
0 answers
Simulated app context xcode 7.2
What is Simulated app context feature which is available in Xcode 7.2. Is this related to on-demand resource likewise functionality?

pkc456
- 8,350
- 38
- 53
- 109
2
votes
0 answers
dSYM file doesn't match the application binary
I have transferred my app between two companies.
I am now using xcode 7.2.1 (just upgraded from 7.2 and on a new mac).
Built the app using new provision, certs etc. Everything works including push. However, I now get the following dSym…

zevij
- 2,416
- 1
- 23
- 32
2
votes
2 answers
xcode 7 unwind does not appear on exit
I am using Xcode 7. I wrote unwind function in view A. I want to return from view B to view A. When i drag my button with ctrl on exit, no any unwind function appears. When i right click on exit, it is empty. How can i resolve it? or can i set…

kakajan
- 2,614
- 2
- 22
- 39
2
votes
3 answers
No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “fbbe2..”, however, no such
I am using Xcode Version 7.2 (7C68) , when i am running my application on device OR generating Development build OR Production build .IPA i am getting following error
No matching provisioning profile found: Your build settings specify a
…

Anupam Mishra
- 3,408
- 5
- 35
- 63
2
votes
1 answer
AppleTalk framework not found
I have a library which was Building perfectly fine in MacOSX10.10 XCode5.0.2 I was using Base SDK 10.8 and deployment target 10.6. now I have to ported that solution to MacOSX10.11 and Deployment target 10.9 in Xcode 7.2. one of my target has…

BitMask
- 314
- 2
- 9
2
votes
1 answer
Can't upload tvOS app to App Store
Getting the error:
New apps and app updates must be built with the public (GM) versions
of Xcode 6 or later, OS X, and tvOS SDK. Don't submit apps built with
beta software including beta OS X builds.
when trying to upload tvOS app to appstore,…

Awalias
- 2,027
- 6
- 31
- 51
2
votes
4 answers
Method to determine whether a binary contains Bitcode no longer seems to work
In my search for a method to determine if a iOS binary was build with Bitcode, I found the following post:
How to check if a framework is BITCODE supported for Xcode7
Here, the following method was suggested to determine if bitcode is present in a…

Locksleyu
- 5,192
- 8
- 52
- 77
2
votes
3 answers
Keep Screen From Turning to Landscape Mode While App Is Running - Swift
I created an app with Swift and tested it out on my iPod touch. The problem is, sometimes I accidentally rotate the screen a little while playing, which throws off everything entirely. Is there a way in Swift to make it so even if the player rotates…

Owen S
- 55
- 1
- 6
2
votes
0 answers
Auto Renewable subsctiption for In-App purchase objective-c
I have been searching a lot for a complete auto renewable subscription tutorial in iOS or a good explanation for the whole paradigm or the structure as to how it takes place. I haven't found a single blog or article that states the entire structure…

Patel Jigar
- 2,141
- 1
- 23
- 30
2
votes
1 answer
Backlinking Realm
Hi I'm playing around with Realm and I'm trying to get and output of:
Fido has 1 owners (["John"])
Rex has 2 owners (["Mary","Bob"])
Though I keep on getting this output:
Fido has 1 owners (["John"])
Rex has 1 owners (["Mary"])
Rex has 1 owners…

uplearned.com
- 3,393
- 5
- 44
- 59
1
vote
1 answer
SSL certificate Error with App Transport Security
I have created Hybrid Mobile app with the support of cordova.
In this project I trying to access https server, which has SSL certificate for security.
On emulate the app I am getting following two errors on Xcode7.2.
CFNetwork SSLHandshake failed…

sureshunivers
- 1,753
- 12
- 27