alibaba / alibaba/HandyJSON

Cocoapods Error for 'Not found file'

Open
#464 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
4.3k
Forks
677
PR merge metrics
No merged PRs in 30d

Description

podfile 使用项目管理 (没有用 framework, 用的是 .a)
```
install! 'cocoapods',
:generate_multiple_pod_projects => true,
:incremental_installation => false
```

pod install 之后编译报错如下
![image](https://user-images.githubusercontent.com/19728934/153550602-8bba28c4-3bcf-4dcc-ac8c-c8c3fa53c2cb.png)

通过将 `HandyJSON.h` 移动到 `Pubilc` 下, 可以进行编译, 但是 Archive 的时候还是会报这个错误

Contributor guide

No contributing guide indexed for this repository

Research direction

The report names the Podfile settings and HandyJSON.h; begin by reproducing the pod install, compile, and Archive failures with that configuration, then inspect the generated project and header placement. Done means the project compiles and archives without manually moving HandyJSON.h to Public.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, swift
Domain
build-system, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.