Skip to content

Commit d17e699

Browse files
committed
x86_64 removed for static libs
1 parent 4b2cb2b commit d17e699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-project-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ We will now place an empty obsolete compatability white screen LauncScreen.xib f
835835
this.$errors.failWithoutHelp(`The bundle at ${libraryPath} does not contain a valid static library in the '.a' file format.`);
836836
}
837837

838-
let expectedArchs = ["armv7", "arm64", "i386", "x86_64"];
838+
let expectedArchs = ["armv7", "arm64", "i386"];
839839
let archsInTheFatFile = this.$childProcess.exec("lipo -i " + libraryPath).wait();
840840

841841
expectedArchs.forEach(expectedArch => {

0 commit comments

Comments
 (0)