Semionenko
Semionenko
- on device, i have only one device with iOS 11.2.2. - on simulators work fine, and not work on the device. - not quite sure that I understand correctly...
I've used in podfile the line: pod 'ObjectiveDropboxOfficial', '~> 3.4.0' I've removed workspace and pods. I install pods again but still see the problem on my device.
pod install operation completed successful. Podfile.lock: PODS: - ObjectiveDropboxOfficial (3.4.0) DEPENDENCIES: - ObjectiveDropboxOfficial (~> 3.4.0) SPEC CHECKSUMS: ObjectiveDropboxOfficial: 250ce53218773ba687201614ad6de03b8cb14de6 PODFILE CHECKSUM: 76ff0c531609d1a8576aa0068f91e2ceb2b8bd91 COCOAPODS: 1.3.1
Unfortunately I have only 2 devices for test now. iOS 10.3.3: IPhone 5 (work fine) and iOS 11.2.2: IPhone 6+ (not work).
I will create a new project for reproduce.
You can close this issue. I found problem. If in build.gradle file exist text "versionCode" command android_set_version_code not work.