Cordova ios 開發問題處理

問題 Cordova/CDVViewController.h file not found.
This issues seems to appear in Xcode 7.2 due to search path/include.
Solve this in following way:
1)Select your in Xcode “TARGETS”.
2) Go to “Build Settings” tab.
3) Search “Header Search Paths”
4) Double click and add this path: $(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include
5) Now clean the Project, restart the Xcode.
6) Able to make the “Build”, and “Archive”.

架設 App Inventor 2 伺服器:Windows 與 Linux

http://www.appinventor.tw/windows_server_2015
啟動程式
export “PATH=./appengine-java-sdk-1.9.26/bin:$PATH”
export “PATH=/home/jeng/appengine-java-sdk-1.9.26/bin:$PATH”
dev_appserver.sh –address=59.120.129.122 –port=8888 appinventor-sources/appinventor/appengine/build/war
http://www.laseroffice.it/blog/2015/04/24/installare-app-inventor-2-su-ubuntu-14-04/
https://github.com/jerry73204/appinventor-sources
git clone https://github.com/jerry73204/appinventor-sources.git