skip to Main Content

Xcode gives plenty of Undefined Symbol: Firebase_App error

I Build my Unity project to Xcode, trying to install it on ios device. It gives errors like as follow > Undefined symbol: _Firebase_App_CSharp_FirebaseApp_GetApps > > Undefined symbol: > _Firebase_App_CSharp_FirebaseApp_RegisterLibrariesInternal > > Undefined symbol: > _Firebase_Auth_CSharp_AuthResult_AdditionalUserInfoInternal_get > > Undefined symbol:…

VIEW QUESTION

How to add Info.plist file to Xcode for admob, error Multiple commands produce after I added

Multiple commands produce '/Users/gan/Library/Developer/Xcode/DerivedData/xx-fpgsryfzwqufgxcplcdfxrycppjh/Build/Products/Debug-iphonesimulator/xx.app/Info.plist' Target 'xx' (project 'xx') has copy command from '/Users/gan/Downloads/xx/Info.plist' to '/Users/gan/Library/Developer/Xcode/DerivedData/x-xfpgsryfzwqufgxcplcdfxrycppjh/Build/Products/Debug-iphonesimulator/xx.app/Info.plist' Target 'xx' (project 'xx') has process command with output '/Users/gan/Library/Developer/Xcode/DerivedData/xx-fpgsryfzwqufgxcplcdfxrycppjh/Build/Products/Debug-iphonesimulator/xx.app/Info.plist' The file content is: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist…

VIEW QUESTION

Ios swift – Cocoapods, Library not loaded

I get this error message : Thread 1: signal SIGABRT dyld[1057]: Library not loaded: @rpath/AlgoliaSearchClient.framework/AlgoliaSearchClient Referenced from: <EFE10BCF-D1E4-32F9-9D3B-BC496485BF96> /private/var/containers/Bundle/Application/B7356B54-300C-462B-8D92-61C64A9342F8/Flash.app/Flash Reason: tried: '/usr/lib/swift/AlgoliaSearchClient.framework/AlgoliaSearchClient' (no such file, not in dyld cache), '/private/preboot/Cryptexes/OS/usr/lib/swift/AlgoliaSearchClient.framework/AlgoliaSearchClient' (no such file), '/private/var/containers/Bundle/Application/B7356B54-300C-462B-8D92-61C64A9342F8/Flash.app/Frameworks/AlgoliaSearchClient.framework/AlgoliaSearchClient' (no such file), '/private/var/containers/Bundle/Application/B7356B54-300C-462B-8D92-61C64A9342F8/Flash.app/Frameworks/AlgoliaSearchClient.framework/AlgoliaSearchClient' (no such…

VIEW QUESTION
Back To Top
Search