You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I have a problem when compiling deb.
Log:
sh-3.2# ../aite/main.lua
rm -rf layout
clang src/objc/misc.m
clang src/objc/server.m
clang src/objc/lua.c
clang src/objc/main.c
---> layout/Applications/jjjj.app/jjjj.exe
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/PrivateFrameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/PrivateFrameworks'
ldid layout/Applications/jjjj.app/jjjj.exe
sh: ldid: command not found
cp -r res/app/* layout/Applications/jjjj.app/
cp: res/app/: No such file or directory
clang src/setuid/main.c
---> layout/Applications/jjjj.app/setuid
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/PrivateFrameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/PrivateFrameworks'
ldid layout/Applications/jjjj.app/setuid
sh: ldid: command not found
cp -r src/lua/ layout//var/tweak/com.r333d.jjjj/lua
cp: src/lua/: No such file or directory
cp res/DEBIAN/ layout/DEBIAN/
cp: res/DEBIAN/*: No such file or directory
cp -r res/lua layout//var/tweak/com.r333d.jjjj/lua/res
cp: res/lua: No such file or directory
dpkg-deb ---> jjjj.deb
ERROR: how2build.lua:89: Couldn't create jjjj.deb. Set debber.verbose = true for more details.
stack traceback:
[C]: in function 'error'
../aite/include/debber.lua:108: in function 'make_deb'
how2build.lua:89: in function how2build.lua:25
[C]: in function 'xpcall'
../aite/main.lua:99: in main chunk
[C]: at 0x0100001120
Keep in mind this might be caused by an outdated version of aite. Update aite with the command aite update.
The text was updated successfully, but these errors were encountered:
Hello
I have a problem when compiling deb.
Log:
sh-3.2# ../aite/main.lua
rm -rf layout
clang src/objc/misc.m
clang src/objc/server.m
clang src/objc/lua.c
clang src/objc/main.c
---> layout/Applications/jjjj.app/jjjj.exe
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/PrivateFrameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/PrivateFrameworks'
ldid layout/Applications/jjjj.app/jjjj.exe
sh: ldid: command not found
cp -r res/app/* layout/Applications/jjjj.app/
cp: res/app/: No such file or directory
clang src/setuid/main.c
---> layout/Applications/jjjj.app/setuid
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/PrivateFrameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/PrivateFrameworks'
ldid layout/Applications/jjjj.app/setuid
sh: ldid: command not found
cp -r src/lua/ layout//var/tweak/com.r333d.jjjj/lua
cp: src/lua/: No such file or directory
cp res/DEBIAN/ layout/DEBIAN/
cp: res/DEBIAN/*: No such file or directory
cp -r res/lua layout//var/tweak/com.r333d.jjjj/lua/res
cp: res/lua: No such file or directory
dpkg-deb ---> jjjj.deb
ERROR: how2build.lua:89: Couldn't create jjjj.deb. Set debber.verbose = true for more details.
stack traceback:
[C]: in function 'error'
../aite/include/debber.lua:108: in function 'make_deb'
how2build.lua:89: in function how2build.lua:25
[C]: in function 'xpcall'
../aite/main.lua:99: in main chunk
[C]: at 0x0100001120
Keep in mind this might be caused by an outdated version of aite. Update aite with the command
aite update
.The text was updated successfully, but these errors were encountered: