Comcast / Comcast/EasyConnect

Build issue for Easy Connect for iOS under Xcode due to bad soft links

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.