File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ echo "Building for iphone simulator"
77xcodebuild -project v8ios.xcodeproj -target " NativeScript" -configuration Release -arch x86_64 -sdk iphonesimulator
88
99echo " Building for ARM64 device"
10- xcodebuild -project v8ios.xcodeproj -target " NativeScript" -configuration Release -arch arm64 -sdk iphoneos
10+ xcodebuild -project v8ios.xcodeproj -target " NativeScript" -configuration Release -arch arm64 -sdk iphoneos archive
1111
1212echo " Creating fat library"
1313OUTPUT_DIR=" build/NativeScript.framework"
Original file line number Diff line number Diff line change 18081808 );
18091809 OTHER_LDFLAGS = (
18101810 "-Wl,-search_paths_first",
1811- "-Wl,-headerpad_max_install_names",
18121811 "-ObjC",
18131812 "-framework",
18141813 NativeScript,
18451844 );
18461845 OTHER_LDFLAGS = (
18471846 "-Wl,-search_paths_first",
1848- "-Wl,-headerpad_max_install_names",
18491847 "-ObjC",
18501848 "-framework",
18511849 NativeScript,
19531951 );
19541952 OTHER_LDFLAGS = (
19551953 "-Wl,-search_paths_first",
1956- "-Wl,-headerpad_max_install_names",
19571954 "-ObjC",
19581955 "-framework",
19591956 NativeScript,
19941991 );
19951992 OTHER_LDFLAGS = (
19961993 "-Wl,-search_paths_first",
1997- "-Wl,-headerpad_max_install_names",
19981994 "-ObjC",
19991995 "-framework",
20001996 NativeScript,
20442040 OTHER_CFLAGS = "-fno-rtti";
20452041 OTHER_LDFLAGS = (
20462042 "-Wl,-search_paths_first",
2047- "-Wl,-headerpad_max_install_names",
20482043 "-Werror",
20492044 "-Wno-unused-result",
20502045 "-fno-builtin-stpcpy",
21082103 OTHER_CFLAGS = "-fno-rtti";
21092104 OTHER_LDFLAGS = (
21102105 "-Wl,-search_paths_first",
2111- "-Wl,-headerpad_max_install_names",
21122106 "-Werror",
21132107 "-Wno-unused-result",
21142108 "-fno-builtin-stpcpy",
You can’t perform that action at this time.
0 commit comments