- 
    Bug 
- 
    Resolution: Duplicate
- 
    P5: Not important 
- 
    None
- 
    5.9.1, 5.9.2, 5.9.3
- 
    None
- 
    iOS
1. Create new application with Qt Creator with cmake
2. Select iOS as target
3. Compile
—> it won’t compile for iOS (will do with macOS).
623 x warning coming out from each Qt lib:
:-1: warning: URGENT: building for OSX, but linking in object file (.../Qt/5.9.3/ios/lib/libQt5Core_debug.a(qresource.o)) built for iOS. Note: This will be an error in the future.
And failing in linking phase.
That means the default cmake config for iOS is pointing macOS toolchain?
- is replaced by
- 
                    QTBUG-87060 Investigate and add main entry point for iOS when linking applications -         
- Closed
 
-