Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm using Worklight Studio 6.2.0.01 in Eclipse Luna and Ubuntu 14.04 (Also tested it in Ubuntu 12.02 and Eclipse Kepler).

I've followed the following steps to create a hybrid application with the iOS environment:

  1. Create a Worklight Project
  2. Create a Worklight hybrid application
  3. New Worklight environment (iPad)
  4. Run as -> Build All Environments
  5. Run as -> Run on worklight development server

There are no errors in Worklight nor Server console

Problem: the native folder inside appsmy-appipad ative contains only 2 folders, and there's no [project].xcodeproj.

  • Resources (empty)
  • www
  • Native Resources -> Resources (empty)
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
181 views
Welcome To Ask or Share your Answers For Others

1 Answer

Tested in Ubuntu and the iPhone environment's native folder was properly created.

As you wrote in your question, please double-check again with these more-precise steps:

  1. Close Eclipse
  2. Make sure you delete the tmpwlBuildResources folder
  3. Open Eclipse
  4. Make sure the above folder is re-created
  5. Create a project + app + iphone environment

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...