Good Morning,
I'm Reshma Shaik, Java Developer with experience in Java, OOPs and file and data handling in the past. After career break looking for an opportunity to re-enter the field. I have mastered Java, Spring and Hibernate certifications in IBM and still dedicated to learning.
Came across MIT App Inventor, eager to contribute to it. I am almost there to setup environment in my local. Working with cloud setup. Hope any one there will guide me if I have issues. Looking forward to working with MIT App Inventor.
You only need to worry about setting up an Apple Developer account if you plan to contribute to the iOS development. If not, you can skip that section. Based on your experience, projects targeting the web interface or the Android app seem like they would fit well.
I followed the instructions as per README file. My main server and local server are running. I got this warning BuildServer:
[copy] Warning: Could not find file C:\MIT_appinventor-sources\appinventor-sources\appinventor\build\components-ios\PlayerApp-unsigned.ipa to copy.
I am able to see this page.
And I see in my local components tab appinventor-sources\appinventor/docs/markdown/reference/components/
.md files show M as Modified, when I did not modify any.
Want to make sure everything is fine before starting.
This is expected for everyone not working on the iOS build system, which requires a particular setup on macOS. Since you are on Windows so you can safely ignore this message.
My guess is that this could be a line ending issue. Our files are stored with Unix style line endings (\n) but Windows by default uses \r\n. I would recommend avoiding committing these changes. We can always rebuild documentation on our end.
I see there are lot of issues but all are taken. Can you suggest me the type of issues to look into?
Additionally should the PR be from my feature branch to staging?