CS340-19 / CampusGroupChat

0 stars 2 forks source link

iOS Testing #5

Closed spencerhowell closed 5 years ago

spencerhowell commented 5 years ago

Ensure app runs properly on physical and emulated iOS Devices

sunny2121 commented 5 years ago

At first, building failed and showed a message that task assemble not found in root project. After googling, I resolved this issue by opening the build.gradle file and adding “task assemble{}”.