function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Manish Kumar 61Manish Kumar 61 

Missing files in Mobile SDK ios project

I crated a new iOS project using this command

forceios create

However, I don't see .m files - I only get .h files in my project. Is this a bug in Mobile SDK?
Best Answer chosen by Manish Kumar 61
Gaurav KheterpalGaurav Kheterpal
This will happen if you directly use forceios without installing the repository. The recommended approach is to install the latest version of Mobile SDK and then create a new project. You will then be able to see all .m files as well.

If my answer helps resolve your query, please select it as a 'Best Answer' so that it benefits others and helps us improve the overall quality of the forums.