React Native IOS DatadogSDK/Datadog.modulemap' not found - ios

I'm trying to build my React native iOS Xcode project but I'm getting this error:
fatal error: module map file '/…/Debug-iphonesimulator/DatadogSDK/Datadog.modulemap' not found
After checking I found it searching in the other folder which does not contain (DatadogSDK/Datadog.modulemap') how I could let it point to the other folder in the DerivedData folder?

Related

Required cordova.js file not found. Cordova plugins will not function! Capacitor: FATAL ERROR

I updated my Ionic 2.5 App to Ionic 4.
The app was building on iOS as expected but when I ran it, it was throwing me this error: "Required cordova.js file not found. Cordova plugins will not function! Capacitor: FATAL ERROR".
I tried
removing all Cordova plugins
disabling angular buildOptimizer and optimization
After some struggle I figured out that the "public" folder wasn't present in the Xcode project. According to this article we must remove and re-add the public folder.
Apparently ionic builds the web and scripts into www folder and then copies them to iOS/App/App/public folder. Since the files weren't in that folder the app wasn't able to process those riles.

How to change iOS/Android project folders in React Native

I am new to React Native and I want to move android and ios folders to a folder that I've created named platforms. I've moved the folders and ran:
react-native run-ios --project-path ./platforms/ios
Got an error about the ../node_modules/react-native/scripts/react-native-xcode.sh script, changed it to ../../node_modules/react-native/scripts/react-native-xcode.sh as I've moved the folder one directory in.
It starts building (it finds the xcodeproj) and fails with:
/Users/Can/Documents/Programming/React Native/MyApp/platforms/ios/MyApp/AppDelegate.h:8:9: fatal error: 'React/RCTBridgeDelegate.h' file not found
info #import <React/RCTBridgeDelegate.h>
(since my focus is on iOS, I haven't checked Android)
How can I properly move the ios and android folders to my custom folder and build React Native app properly?

Adding Firebase via importing SDK (not CocoaPods) causes file not found exception

I am attempting to add Firebase to my iOS project via importing the SDK instead of using CocoaPods (I'm not a fan).
I have followed the documentation but I am getting file not found error.
I have cleaned, deleted, restarted, re-imported, re-did the instructions SEVERAL times and I keep getting this error.
Has anyone succesfully imported the Firebase SDK into an iOS project?
Added to the projects directory:
The frameworks auto-added themselves to the Linked Frameworks
Added the -ObjC to Other linker flags
But still the file not found error:
Any help?
Inside the frameworks:
Pastebin of the Build file: PASTBIN
Try adding the Firebase SDK to the root directory and later move them to the frameworks folder.

Native linking error: warning: directory not found for option '-L

I am building an app with Xamarin.Studio for Mac. I added a library for reference than I removed it. Now when I am trying to build the application for iOS it give me this error:
/Users/crs/Projects/time.al/iOS/MTOUCH: Error MT5209: Native linking error: warning: directory not found for option '-L../../../Downloads/googleiosanalytics-3.14.0.1/samples/CuteAnimalsiOS/CuteAnimalsiOS' (MT5209) (time.al.iOS)
But I have removed this kind of library. Any idea how to remove this error

Unable to find Xcode project file while Compiling with Apportable

I download Cocos2DSimpleGame from Apportable Sample app page.when i am trying to compile through CLI it says
mac6:Cocos2DSimpleGame Stalin$ apportable load
Building with TARGET_ARCH_ABI:armeabi ARM_NEON:False
Building to /Users/Stalin/.apportable/SDK/Build/android-armeabi-debug
Error: Unable to find Xcode project file. /Applications/Cocos2DSimpleGame3-master/Cocos2DSimpleGame
apportable load should be run from the same directory that include the .xcodeproj file for the iOS version of the project.

Resources