Xcode 9.2 is the release of Xcode Tool. Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs.
Questions tagged [xcode9.2]
206 questions
0
votes
1 answer
iOS app crash - dyld: Library not loaded: @rpath/GTMSessionFetcher.framework/GTMSessionFetcher
I am using cocoa pods to add third-party frameworks, but I am getting this run-time error:
These are project other details:
I am not able to figure out what is the reason of this run-time crash.

ajeet sharma
- 803
- 10
- 37
0
votes
2 answers
Why Xcode 9.2 is not recognising trusted IOS 9.3.5 devices?
I updated to Xcode 9.2 recently, and it is not recognising trusted IOS 9.3.5 device, a really old ipad. Can anyone suggest a workaround?
Thanks in Advance.
Update: Also tried connecting to a 11.2.1 Ipad mini. Its also being shown as untrusted…

Thushar G R
- 1,017
- 9
- 24
0
votes
1 answer
Embedding Navigation Controller in a Tab Bar Controller changes Safe Area for View Controller
I have a view for which I'd like to show it with a navigation at the top and a tab bar at the bottom. This view will be opened from a tab in top-level Tab Bar Controller.
When I embed a Navigation Controller in a Tab Bar Controller for this view,…

mert
- 1,942
- 2
- 23
- 43
0
votes
3 answers
Implicit boolean conversion of Objective-C object literal always evaluates to true ios
I recently downloaded Xcode 9.2 and updated my project settings to recommended. Now I'm getting this warning in my code for all the places where I've used assert for eg:
assert(@"Must be implemented by subclass");
What is the proper alternative for…

Francis F
- 3,157
- 3
- 41
- 79
0
votes
1 answer
xcode 9.2 Assest catalog issue
In one of my app I am facing this issue in Xcode 9.2. I have created my project in Xcode 8.3 and when I am running in Xcode 9.2 it shows me error like
Failed to find device type for System content for
IBCocoaTouchFramework-ElevenAndLater
…

Hardik Baldha
- 159
- 1
- 14
0
votes
1 answer
Type arguments cannot be applied to non-class type 'id'
I am new to ObjectiveC and have been working for few years in Swift. Therefore, I don't understand the below explained error in Xcode:
Type arguments cannot be applied to non-class type 'id'
My Protocol:
@protocol…

Darkwonder
- 1,149
- 1
- 13
- 26
0
votes
4 answers
TablewView Cell all cell in the same row
No storyboard involve in this project
The most problematic part i cant figure out where to solve this.
Im Using SDK.
_msgTableView = [[UITableView alloc] init];
_msgTableView.backgroundColor = [UIColor blackColor];
_msgTableView.delegate =…

Muhammad Asyraf
- 1,748
- 15
- 20
0
votes
1 answer
Scroll a UIImageView on top of UITableView automatically with UITableView
I have a screen with a UIImageView on top and a UITableView below it -
I want to move up and down the image view when the table view is scrolled so that the table view can take up the entire screen eventually and then come back into its original…

cubsnlinux
- 365
- 3
- 15
0
votes
1 answer
Firebase FCM not displaying on my iphone
Firebase FCM push notifications are not being displayed on my iPhone X. I have tried using firebase messaging 2.0.7 with FirebaseInstanceID 2.0.0, 2.0.6, and 2.0.7 none have worked. I get the fcmtoken on the first app install and thats it. I am…

Rlee128
- 97
- 2
- 12
0
votes
1 answer
Unable to resolve identifier socketmanager with (swift3 xcode9 iOS)
I am trying to implement Socket.IO-Client-Swift using this socket.io library. But due to this error Unable to resolve identifier socketmanager I am unable to implement this library. I am using xcode 9 and swift 3.2.2.
let manager =…

jazzbpn
- 6,441
- 16
- 63
- 99
0
votes
0 answers
Strange Xcode 9 issue , Can't add an app icon
Whenever I add an app Icon to Asset Catalog and run on Device , it gives following error. This happens with every single project even, blank new projects.
Asset Catalog Compiler Error /Users/****/Documents/Test/sfdadfas/sfdadfas/Assets.xcassets:
…

Rukshan
- 7,902
- 6
- 43
- 61
0
votes
1 answer
XCODE 9.2 insert and hyperlink
I am new to Xcode and downloaded the last 9.2 version, I am trying to insert a link to the web in a button and is not functioning. Here is the code.
link not working
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional…

Javi
- 41
- 1
- 7
-1
votes
1 answer
ARC Semantic Issue When Installing Firebase Using Cocoapods
I'm trying to install Firebase onto my existing project using cocoapods. I have followed the instruction from this official video. I followed the everything step by step and when i tried to open the app.xcworkspace and build the project, I'm getting…

Draven
- 7
- 5
-1
votes
1 answer
"_OBJC_CLASS_$_GDTStorage", referenced from:
I keep getting this warning while trying to build my app, also can't link to firebase. I am using xcode 9.2
'''Undefined symbols for architecture x86_64:
"_sqlite3_prepare_v3", referenced from:
-[APMSqliteStore prepareSQL:error:] in…
-1
votes
1 answer
Unable to run application on device after In-App Purchase
I have the certificate configured correctly, I was able to run the application on my device. But suddenly after making an In-App Purchase, I try to run the application and received the following error while building (this happen some days before, I…

José Roberto Abreu
- 176
- 1
- 14