Creating a 0 byte file on Xcode 8.2 triggers the warning "Mach-O: The end of the file was reached when searching: uint32_t."?

I recently downloaded the latest version of the Google Maps SDK for iOS (Ver.2.1.1) and the Firebase SDK for iOS (version 3.11.1) and manually installed them for Xcode 8.2.

The building was completed, but I received the following warnings: "Mach-O: The end of the file was reached while searching: uint32_t.".

warning: ../Frameworks/Google/GoogleMapsCore.framework/Versions/A/Headers/GoogleMapsCore.h: Failed to parse Mach-O: Reached end of file while looking for: uint32_t. warning: ../Frameworks/Google/Firebase/Database/FirebaseDatabase.framework/_CodeSignature/CodeSignature: Failed to parse Mach-O: Reached end of file while looking for: uint32_t. 

I know that warnings can usually be resolved by deleting some files in the DerivedData folder, but this time they couldn’t do this.

the usual thing in files I can find is 0 bytes.

../GoogleMapsCore.framework/Titles

 -r-xr-x--- 1 **** staff 0 1 20 14:42 GoogleMapsCore.h 

../FirebaseDatabase.framework/_CodeSignature/CodeSignature

 -r-xr-xr-x@ 1 **** staff 0 1 11 15:24 CodeSignature 

I would like to know if anyone knows this solution for this problem. thanks.

+7
ios xcode google-maps firebase
source share

No one has answered this question yet.

See related questions:

488
Xcode Warning: "Multiple Build Commands for the Output File"
260
Xcode: the problem "file xxx.png is missing from the working copy" in the project
252
A warning. The bundle copy resource assembly phase contains this target Info.plist file.
107
How to remove the warning Xcode Apple Mach-O Linker Warning 'Pointer not aligned to address
one
Firebase integration with an iOS project that includes tokbox and parse
one
How can I get Xcode to find the <everyplay> header?
one
Cocoapods causes library not found errors and file not found header for Xcode Simulator but not for device
one
Apple Mach-O Linker Error Group When Using Cocoapods to Add Firebase
0
Apple Mach-O Error Xcode - Really Confusing
0
iOS archiving Unexpected Mach-O header code found: 1918975009

All Articles