我一直在关注这个教程:http: //brandontreb.com/beginning-jailbroken-ios-development-building-and-deployment/
以foobar的名义启动应用程序.但是当我输入'make'时,我得到......
19:33:14-~/code/theos/foobar$ make
Making all for application foobar...
Compiling main.m...
Compiling foobarApplication.mm...
Compiling RootViewController.mm...
Linking application foobar...
ld: file is universal (4 slices) but does not contain a(n) armv6 slice: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/usr/lib/crt1.o for architecture armv6
collect2: ld returned 1 exit status
make[2]: *** [obj/foobar] Error 1
make[1]: *** [internal-application-all_] Error 2
make: *** [foobar.all.application.variables] Error 2
Run Code Online (Sandbox Code Playgroud)
因为我使用theos而不是xcode(虽然安装了4.5版本,使用版本6.0 SDK),但更改构建设置并没有帮助.
仅供参考我正在为iphone iOS 4.3.3开发
我一直在尝试使用教程@ http://decielo.com/articles/350/wordpress-on-heroku-up-and-running将wordpress部署到heroku应用程序上
一切都很好,花花公子,直到......
18:25:53-~/code/abc_wordpress$ git push production master
Counting objects: 1080, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1058/1058), done.
Writing objects: 100% (1080/1080), 4.48 MiB | 174 KiB/s, done.
Total 1080 (delta 66), reused 0 (delta 0)
-----> Heroku receiving push
! Heroku push rejected, no Cedar-supported app detected
To git@heroku.com:abc_wordpress.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:abc_wordpress.git'
Run Code Online (Sandbox Code Playgroud)
另外,供参考
18:25:50-~/code/abc_wordpress$ git remote -v
production …Run Code Online (Sandbox Code Playgroud)