app icon indicating copy to clipboard operation
app copied to clipboard

Build failure

Open atomicbird opened this issue 8 years ago • 5 comments

I ran through the steps in the README and it seemed to be working until the last step, which fails with the following messages. Any suggestions?

=== BUILD TARGET GTMSessionFetcher OF PROJECT Pods WITH CONFIGURATION Debug ===

Check dependencies
The file “GTMSessionFetcher.xcconfig” couldn’t be opened because there is no such file. (/tmp/wwdc-family/ios/Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher.xcconfig)
error: unable to read module map contents from 'Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap': Error Domain=NSCocoaErrorDomain Code=260 "The file “GTMSessionFetcher.modulemap” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/tmp/wwdc-family/ios/Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap, NSUnderlyingError=0x7f94d3405080 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}



** BUILD FAILED **


The following build commands failed:
    Check dependencies
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/wwdcfamily.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/wwdcfamily.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

atomicbird avatar Jun 03 '17 21:06 atomicbird

I haven't seen that error, I don't know, maybe it has something to do with the version of react-native?

KrauseFx avatar Jun 04 '17 17:06 KrauseFx

Hey @atomicbird ! Have you resolved your issue? I've come across the identical build failure, any word?

ShylahChiera avatar Jun 27 '17 21:06 ShylahChiera

No. When app continued its high battery use, and when it proved impossible to build the app, I lost interest in the project.

atomicbird avatar Jun 27 '17 22:06 atomicbird

I ended up running pod init then pod install, it recreated my podfile and then compiled just fine.

ShylahChiera avatar Jun 28 '17 01:06 ShylahChiera

Feel free to submit a PR to update the installation instructions 👍 Thanks

KrauseFx avatar Jun 28 '17 16:06 KrauseFx