47 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
290
views
Undefined symbol: __isPlatformVersionAtLeast error after installing firebase library
I got this error after installing firebase library before that the error did not exist. Later I check by removing firebase library, the bug still exist.
0
votes
0
answers
763
views
In Xcode developer Returning Undefined symbols for architecture x86_64:
I am using Xcode 10.3 developer for a C++ project and after fixing my declaration, when I go to run it says build failed with the four errors at the bottom. The file with the main is under the two ...
0
votes
2
answers
7k
views
dyld: Library not loaded: @rpath/ ... Reason: no suitable image found. updated device to latest update 13.3.1
I have just updated my testing device from 13.1.2 to latest update 13.3.1. (before the update in 13.1.2 app was ran in the device without any error). Now I got the project to build, but after the ...
9
votes
1
answer
10k
views
undefined symbols:___ isplatformversionatleast
I have used pod "SinchRTC" and I am able to build and run the project in debug mode. But now when I am achieving the project, I am getting the error :--
Undefined symbols for architecture ...
0
votes
3
answers
138
views
Swift timer method terminates the app early with SIGABRT error
Below is my code for having a timer change a variable from 0 to 1, which results in a SIGABRT error when the timer tries to fire:
var timerToggle = 0
let timer = Timer.scheduledTimer(...
0
votes
2
answers
2k
views
Command PhaseScriptExecution failed with a nonzero exit code for R.swift
Command PhaseScriptExecution failed with a nonzero exit code for R.swift
Does any one have faced this situation?
2
votes
0
answers
717
views
Xcode error: Failed to parse IPHONEOS_DEPLOYMENT_TARGET: Could not parse version component from: '0
I am trying to run my app on iOS version 12.3.1 iPad. It's run well for the first time but after stopping the build and restart the process my build always failed with an error?
error: Failed to ...
2
votes
0
answers
928
views
In my app there is no resources folder. How can I add the resources folder in my app to add images and custom fonts
In my Xcode there is no resources under target. How can I add resources under target file
1
vote
0
answers
460
views
An app Api Services not working With Mobile Data but same working with WiFI in iOS13
Operation System : iOS 13
Network Library: Alamofire
XCode Version: 10.3
I noticed one thing that Same App is not showing in setting.
-1
votes
1
answer
159
views
signal SIGABRT ('NSUnknownKeyException') error when trying to run Xcode 10.3 app [Not using Storyboards] [duplicate]
.xib file (Interface), Show the Identity Inspector Tab I am new to Xcode and Swift, and was trying to run a simple multiplication game app. However, when I try to run a test on the simulator, I ...
4
votes
1
answer
253
views
NSAttributedString goes invisible on iOS 13 when build with Xcode 10.3
I'm seeing an issue with Xcode 10.3 and iOS 13. With this setup if I use NSAttributedString and set it to a UILabel, the text goes invisible. Same code will continue to work on lower iOS versions. If ...
0
votes
1
answer
1k
views
flutter build ios error after add OneSignalNotificationServiceExtension to Podfile
I used onesignal_flutter https://pub.dev/packages/onesignal_flutter
in my flutter project
and after follow this steps to setup onsignal sdk for ios in this link
https://documentation.onesignal.com/...
0
votes
1
answer
858
views
How to fix "Operation not permitted" in http_listener
I develop on Mac, and try to signing through Google or Facebook provider. I open browser to do this and open a http listener to listen the result. But it crashes with exception
"boost::wrapexcept: ...
2
votes
1
answer
243
views
Issues running MDX toolkit wrapped Swift 4.2 iOS application after Enterprise distribution. Exception Type: EXC_BREAKPOINT (SIGTRAP) iOS 12.4
I am working on distributing my iOS application within the enterprise after wrapping the application with MDX toolkit. The application works on all my devices when I run it using Xcode but after the ...
1
vote
2
answers
857
views
UITest failure "upload-symbols crashed in <external symbol>"
When I run my UITests they sometimes fail with a weird cause upload-symbols crashed in <external symbol>. The only work around I found is to restart Xcode, which helps most of the times, but I'm ...