Jobeso / react-native-whatsapp-stickers

Integrate sticker packs for WhatsApp with your react-native app
Other
81 stars 30 forks source link

iOS build failed #43

Closed hszeto closed 4 years ago

hszeto commented 4 years ago

Environment

System: OS: macOS Mojave 10.14.6 CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Memory: 1.18 GB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.13.1 - /usr/local/bin/node Yarn: 1.17.3 - /usr/local/bin/yarn npm: 6.12.1 - /usr/local/bin/npm SDKs: iOS SDK: Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1 IDEs: Android Studio: 3.5 AI-191.8026.42.35.6010548 Xcode: 11.3/11C29 - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5 npmGlobalPackages: create-react-native-module: 0.13.0 react-native-cli: 2.0.1

Describtion

The android version works. However, when running yarn react-native run-ios, I'm getting the following error:


clang: error: linker command failed with exit code 1 (use -v to see invocation)

warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the gimbalStickers editor. (in target 'gimbalStickers' from project 'gimbalStickers')

** BUILD FAILED **

The following build commands failed:
        Ld /Users/user/Desktop/personal/projects/gimbalStickers/ios/build/gimbalStickers/Build/Products/Debug-iphonesimulator/gimbalStickers.app/gimbalStickers normal x86_64
(1 failure)```
hszeto commented 4 years ago

I recreate the app and things seems to work now.