Build issue for Easy Connect for iOS under Xcode due to bad soft links
- Dominant language
- Java
- Stars
- 15
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
I've over come the first issue which appears to be that the initial git push was done from a windows machine which do not support softlinks. Specifically the files:
```
EasyConnect/mobilesdk/ios/Pods/Headers/Public/SwiftKeychainWrapper/SwiftKeychainWrapper 2.h
EasyConnect/mobilesdk/ios/Pods/Headers/Public/SwiftKeychainWrapper/SwiftKeychainWrapper.h
```
are regular files in git instead of being softlinks. The content of these files is the location of the softlink reference, and recreating the soft links seems to get past this issue, but a new commit will be needed to correct the issue.
```
% ls -l SwiftKeychainWrapper\ 2.h SwiftKeychainWrapper.h
lrwxr-xr-x 1 dgtlrift staff 73 Jun 30 08:24 SwiftKeychainWrapper 2.h -> ../../../SwiftKeychainWrapper/SwiftKeychainWrapper/SwiftKeychainWrapper.h
lrwxr-xr-x 1 dgtlrift staff 73 Jun 30 08:21 SwiftKeychainWrapper.h -> ../../../SwiftKeychainWrapper/SwiftKeychainWrapper/SwiftKeychainWrapper.h
```
Contributor guide
Assessment
This issue has not been assessed yet.