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
0
votes
0 answers
xCode7 StackViews inside ScrollView overlapping views
this is my first job with xCode and I'm migrating an Android App to IOs. I'm attempting to create a ScrollView with some items inside of its content view. Below is a print of the Storyboard tree:
When I run the app, the items below the selected…

Ilian Felinto
- 63
- 10
0
votes
0 answers
clang in Xcode 7.2 generates vxorps
I encountered an issue where compiling cryptopp with clang from Xcode 7.2 generates a vxorps instruction in ByteQueue::ByteQueue(unsigned long). Since our product can be run on old CPUs where this instruction triggers illegal instruction I need to…

Rudolfs Bundulis
- 11,636
- 6
- 33
- 71
0
votes
0 answers
Xcode 7.2 - unable to execute command: Segmentation fault: 11
I am migrating from xcode 6.2 to xcode 7.2 and while i am trying to Archive my app to upload build i got this error
Ld…

Sakthi
- 71
- 1
- 8
0
votes
1 answer
How can I get the label for a scroll view in a Xcode 7.2 XCTestCase?
In XCode 7.2, if I can get XCUIApplication().scrollViews["Foo"].otherElements.otherElements["Page Title"], what's the way to say, "Give me the page title for this scrollView named "Foo"?"
I have tried asking for the accessibilityLabel and…

Teresa Peters
- 229
- 3
- 14
0
votes
0 answers
Error in the code when i try to build the code in xcode7.2 which is develop in xcode 7.3
Please help me.
I have one project which get build successfully and working fine when i execute (run and build )that project in xcode 7.3
But when i try to execute the same project in xcode 7.2 it give me error :
building for iOS simulator, but…

ios developer
- 3,363
- 3
- 51
- 111
0
votes
1 answer
Google map ios sdk info window only appear on 2 taps
I am using google maps ios sdk.
I have created a custom xib file for info window.
The issue I am getting is whenever I tap on a marker it the google map automatically makes the marker in center and then on next tap info window is displayed.
What I…

Rahul Vyas
- 28,260
- 49
- 182
- 256
0
votes
1 answer
CocoaPods 1.0.1 Redefinition of 'XYZ', Redefinition of enumerator 'ABC', Duplicate interface definition for 'MNO'
I am upgrading CocoaPods (0.39.0) to latest version (1.0.1) and moving some directly integrated frameworks (copied in the main project instead of using CocoaPods-spec). I am using XCode (7.2.1).
Following is the podfile that is used with CocoaPods…

lal
- 7,410
- 7
- 34
- 45
0
votes
1 answer
Facebook SDK 7.4.0 in Unity 5.3 Inviting & Sharing
I have create a unity project and integrated facebookSDK sharing as a given in this tutorial(https://www.youtube.com/watch?v=XDLyYvHdlGM).
This is working fine on unity editor as they show in this tutorial but problem is this it’s not working on my…

Ram123
- 39
- 6
0
votes
1 answer
Not Showing EDStarRating in Custom class dropdown list?
I have integrated EDStarRating in my application. it is working fine on one viewcontroller. but strange problem is it is not working on another view controller.
I have searched almost all google quection releted to this problem but nothing is…

Vinod Jadhav
- 1,055
- 1
- 15
- 37
0
votes
1 answer
Google + integration in xcode 7.2
Undefined symbols for architecture x86_64:
"_SCNetworkReachabilityCreateWithName", referenced from:
_kDefaultReachabilityApi in libGoogleAnalyticsServices.a(GAIReachabilityChecker.o)
-[TAGNetReachability start] in…

TamilKing
- 1,643
- 1
- 12
- 23
0
votes
0 answers
Pushnotification was missing at Capabilities in xcode
Am using Sandbox development certificate after installing certificate to my xcode i couldn't find the push notification pane in target capabilities, can any one tell me the solution

vetrivel
- 1
0
votes
0 answers
Unable to Add Account in Xcode->Preference->Account
I am using Xcode 7.2 and i am facing the follwing issue that still i'm unable to resolve after so long.
when i add account to xcode (xcode->preference->Account) it shows following everytime.
I tried so many times but not getting success, please…

Tejas Patel
- 850
- 10
- 26
0
votes
0 answers
When run the application its show the message installation failed in Xcode 7.2 OS10.10.5
When run the application its show the message installation failed in Xcode 7.2 OS10.10.5
Please help someone.

Chandan Kumar Jha
- 325
- 2
- 4
- 18
0
votes
2 answers
How do I put a pdf into Xcode?
What are the steps in order to put a PDF into Xcode 7.2 and attach it to a button. I tried to follow various sources but they conflict with different ways. It is a pdf that I have and not from the internet. Would this be local or remote?
user6207696
0
votes
0 answers
Expected member after declaration
See screenshot, I haven't missed any semicolon or wrong property declaration they why I am having declaration issue.

Prince Kumar Sharma
- 12,591
- 4
- 59
- 90